home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / controls / IFlexContextMenu.as < prev    next >
Text File  |  2008-10-29  |  283b  |  14 lines

  1. package mx.controls
  2. {
  3.    import flash.display.InteractiveObject;
  4.    
  5.    public interface IFlexContextMenu
  6.    {
  7.        
  8.       
  9.       function setContextMenu(param1:InteractiveObject) : void;
  10.       
  11.       function unsetContextMenu(param1:InteractiveObject) : void;
  12.    }
  13. }
  14.